html, body {
	width: 100%;

}
body, p {
	margin: 0;
	background: #fff;
	font-family: Arial;
    color: #353535;

}


label {
	display: block;
	color: #535353;
	font-size: 14px;
}

input {
	display: block;
}

h1 {
	font-size: 26px;
}

.wrapper {
	display: block;
	width: 50%;
	margin: 80px auto 0;
	border: 3px solid #d30606;
	min-width: 400px;
	box-sizing: border-box;
	padding: 25px;
}

.logo-login img {
	width: 100%;
	min-width: 350px;
	margin-top: -100px;
	/*border: 4px solid #fff;
	background-color: #fff;*/
}

.payment-details label {
	display: inline-block;
	width: 35%;
	line-height: 30px;
	vertical-align: top;
    text-align: right;
    margin-right: 20px;
}
.payment-details input[type="text"], .payment-details input[type="number"], .payment-details input[type="input"], .payment-details input[type="email"]
{
	display: inline-block;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
.success-msg {
    background: #BBFFD9 !important;   
    border: 2px solid #AAE69F !important; 
  
}
.failed-msg {
    background: #BBFFD9 !important;   
    border: 2px solid #AAE69F !important; 
  
}
.submit-btn {
	display: block;
	width: 80%;
	margin: 10px auto 30px auto;
}
.payment-details input[type="button"],.payment-details input[type="submit"]{
	display: inline-block;
    width: 100%;
    color: #FFF;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid rgb(203, 33, 45);
    background-image: linear-gradient(rgb(211, 42, 42), rgb(203, 33, 45));
    background-color: rgb(203, 33, 45);
}

.payment-details input[type="button"]:hover,.payment-details input[type="submit"]:hover {
	background-image: -webkit-linear-gradient(#d32a2a, #d32a2a);
background-color: #d32a2a;
}

/* RSReyes 06152021 font size from 12 to 15  */
.payment-details p {
	/*background-color: #dbdbdb;*/
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 18px;
}

.submit-btn input[type="checkbox"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	margin: 20px 0 10px;
	vertical-align: top;
}
.submit-btn span {
	display: inline-block;
	width: 80%;
	margin: 20px 0 10px 10px;
	font-size: 13px;
	vertical-align: top;
}

.submit-btn a {
	text-decoration: none;
	color: #1818ae;
}
.submit-btn a:hover {
	text-decoration: underline;
	color: #e05a28;
}

.submit-btn-thankyou {
	display: block;
	width: 220px;
	float: right;
    text-align: right;
}

.clear {
	clear: both;
}

.submit-btn-thankyou img,.submit-btn-thankyou .imgButton{
	width: 20px;
	display: inline-block;
	margin: 15px;
	cursor: pointer;
}

.acc-no, .acc-name{ 
	display: inline-block;
	width: 55%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}
.redtxt {
    color: red !important;
}
.balance{ 
    display: inline-block;
    width: 100%;
    font-size: 45px;
    font-weight: bold;
    height: auto;
    line-height: 30px;
    color: #353535;
}
.duedate{ 
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
    color: #7d7d7d;

}
.payamount{ 
	display: inline-block;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}

.content-details {
	margin: 25px 0;
}
.screen-too-small {
	display: none;
}
.min-note {
    width: 50% !important;
    text-align: center !important;
    margin-top: 4px;
    color: #d30606;
    font-size: 13px;
    line-height: 15px !important;
    padding: 6px 2px;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {

	.wrapper {
		margin: 50px auto 0;
		padding: 15px;
		min-width: 320px;
	}

	.payment-details input[type="button"]{
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}

	.logo-login img {
		width: 100%;
		min-width: 220px;
	}
	.submit-btn span {
		width: 80%;
	}
}

.phone-icon{ 
width: 36px; 
height: 34px; 
display: block; 
background: url(../images/phone-icon.png) no-repeat; 
float: left; 
margin-top: 0px; 
margin-right: 10px; 
} 
.lh-34{ 
line-height: 34px !important; 
} 
.lh-34 span, 
.lh-34 a{ 
font-weight: bold; 
/*color: #d30606; */
}
label.atp {
    line-height: 15px;
    vertical-align: middle !important;
}
.min-note {
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* POPUP  */
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 99999999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.popup-before{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: transparent;
} 
/* Inner */
.popup-inner {
    max-width:700px;
    width:85%;
    height: 76%;
    padding:20px;
   	background: #fff;
    position:absolute;
    overflow: visible;
    top:75%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    z-index: 999999999;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}
.pop-up-content{
    overflow-y: scroll;
    height: 100%;
    position: relative;
}
.pop-up-content > span{
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
}
.remmarg{
	top: 50%;
}

.popup-inner p{
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}
.pop-content{
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    background-color: #ECECEC;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tc-list {
    display: block;
    margin-bottom: 15px;
}
.tc-list ul{
    margin-left: 15px;
    padding: 0;
}
.tc-list ul li{
    list-style-type: none;
    margin-bottom: 5px;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding:5px 0 3px 0;
    display:inline-block;
    position:absolute;
    top:3px;
    right:4px;
    transition:ease 0.4s all;
    -webkit-transition:ease 0.4s all;
    -moz-transition:ease 0.4s all;
    -ms-transition:ease 0.4s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    -moz-transform:translate(50%, -50%);
    -ms-transform:translate(50%, -50%);
    border-radius:1000px;
    background:#737373;
    font-family:Arial, Sans-Serif;
    font-size:18px;
    text-align:center;
    line-height:100%;
    color:#fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.popup-close:focus,
.popup-close:active{
	outline: 0;
}
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    -moz-transform:translate(50%, -50%) rotate(180deg);
    -ms-transform:translate(50%, -50%) rotate(180deg);
    background:#DC3D3D;
    text-decoration:none;
}

.tcenter{
	text-align: center;
	padding: 20px 0 !important;
	overflow: hidden;
}
.tcenter span.input-popup-label{
	font-size: 14px;
	font-weight: bold;
}
.input-popup{
	border: 1px solid #A5A5A5;
	margin: 0 5px;
	height: 32px;
	width: 40% !important;
}
.input-popup-submit{
	width: 20% !important;
	height: 32px;
	padding: 3px !important;
	margin-top: 1px;
}

.total-balance {
    overflow: hidden;
    border: 1px solid #D4D4D4;
    padding: 10px 10px 5px 10px;
    margin: 5px 0 14px 0;
}
.total-balance label.tblnce {
    display: block !important;
    margin-bottom: 7px;
}


.total-balance-ammount {
    float: left;
    display: block;
    width: 60%;
}
.total-balance-ammount label.tblnce{
    font-size: 17px;
    text-align: left !important;
}
.last-payment-received {
    float: right;
    display: block;
    width: 38%;
}
.last-payment-received label.tblnce {
    margin-bottom: 0;
    margin-top: 4px;
    width: 100% !important;
    line-height: 17px !important;
    text-align: left !important;
}
.last-payment-received .balance {
    font-size: 21px;
    height: auto;
}

.payment-details {
    position: relative;
}
.ssl-sec {
    position: absolute;
    right: 20px;
    top: -2px;
}
.d-ib {
    display: inline-block;
    position: relative;
    top: 4px;
}
.w60 {
    width: 55%;
}
.custom-lh {
    line-height: 18px !important;
    vertical-align: middle !important;
}

.submit-btn span {
     width: 90% !important;
}

/* uncomment to view single button then edit web config singlebutton to 1 */
.submit-btn input[type="submit"] {
    /*display: block !important;*/
    margin: 10px auto !important;
}
.message-wrap {
    background: #FFFDE7;
    padding: 15px;
    border: 1px solid #E6E1A5;
    font-size: 21px;
    margin-top: 10px;
    text-align:center;
}
.message-wrap img{
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}
.lbl-before {
    display: block;
    font-size: 15px;
    margin: 32px 0 7px 0;
    font-weight:bold;
    color:#535353;
}
.w70p {
    width: 70% !important;
}
.btn-custom {
    position: absolute;
    right: 0;
    top: 2px;
}
.c-spacer {
    display: block;
    height:30px;
}

@media only screen and (max-width : 800px) and (min-width : 320px) {
    .wrapper {
        width: 100%;
        border: none;
        margin: 90px auto 0;
    }
    .total-balance-ammount label.tblnce {
        font-size: 15px;
    }
    .balance {
                    font-size: 35px;
    }
    .submit-btn {
        margin: 10px auto 30px;
    }
    .remmarg {
        top: 50%;
        height: 76%;
    }
    .pop-up-content {
        overflow-y: scroll;
        height: 100%;
        position: relative;
    }
    .input-popup {
        width: 35% !important;
    }
    .message-wrap {
        font-size: 15px;
    }
    .w70p {
        width: 80% !important;
    }
    .min-note {
        font-size: 12px;
        width: 50% !important;
    }
}
@media only screen and (max-width : 480px) and (min-width : 0px) {
    .wrapper {
        margin: 50px auto 0;
    }
    h1 {
        font-size: 20px;
    }
    .balance {
        font-size: 21px;
    }
    .total-balance-ammount label.tblnce {
        width: 100%;
        font-size: 14px;
        margin-bottom: 0;
    }
    .total-balance-ammount {
        width: 55%;
    }
    .last-payment-received {
        width: 43%;
    }
    .last-payment-received .balance {
        font-size: 16px;
        line-height: 25px;
    }
    .last-payment-received label.tblnce{
        line-height: 14px !important;
        font-size: 12px;
    }
    .duedate {
        line-height: 14px;
        margin-top: 5px;
        font-size: 11px;
    }
    .ssl-sec {
        right: -14px;
        top: -17px;
    }
    .acc-no, .acc-name, .payment-details label {
        font-size: 12px;
        width: 45% !important;
        line-height: 20px !important;
    }
    .payment-details label {
        width: 39% !important;
        margin-left: 0 !important;
        line-height: 20px !important;
    }
    /*.acc-no, .acc-name{
        width: 45% !important;
        line-height: 20px !important;
    }*/
    .submit-btn {
        width: 100%;
    }
    .submit-btn span{
        width: 90%;
        margin-bottom: 20px;
        display: inline-block;
        font-size: 12px;
    }
    .phone-icon {
        width: 27px;
        margin-top: 4px;
        background-size: 95% auto;
    }
    .lh-34 {
        line-height: 17px !important;
        font-size: 11px;
    }
    .remmarg {
        top: 50%;
        height: 76%;
    }
    .pop-up-content {
        overflow-y: scroll;
        height: 100%;
        position: relative;
    }
    .w60 {
        width: 100% !important;
    }
    input.w70p {
        margin-left: 0 !important;
    }
    .input-popup {
        width: 35% !important;
    }
    .message-wrap {
        font-size: 15px;
    }
    .w70p {
        width: 80% !important;
    }
    .btn-custom {
        position: absolute;
        right: 0;
        top: -10px;
    }
    label.custom-lh{
        width: 100% !important;
        text-align: left !important;
    }
    label.atp {
        line-height: 15px;
    }
    label.min-note {
        font-size: 12px;
        width: 50% !important;
        margin-right: 2px !important;
    }
    .btn-custom {
        top: 0px;
    }
}
@media only screen and (max-width : 1180px) and (min-width : 801px) {
    .balance {
        font-size: 30px;
    }
    .total-balance-ammount label.tblnce {
        width: 100%;
    }
    .remmarg {
        top: 50%;
        height: 76%;
    }
    .pop-up-content {
        overflow-y: scroll;
        height: 100%;
        position: relative;
    }
    .input-popup {
        width: 33% !important;
    }
    .message-wrap {
        font-size: 15px;
        text-align: center;
    }
    .phone-icon {
        width: 27px;
        margin-top: 4px;
        background-size: 95% auto;
    }
    .lh-34 {
        line-height: 17px !important;
        font-size: 11px;
    }
    .w70p {
        width: 80% !important;
    }
}
@media only screen and (max-width : 900px) and (min-width : 800px) {
    .btn-custom {
        position: absolute;
        right: 0;
        top: -10px;
    }
}


.popUpBtn {
    height: 30px;
    background-image: -webkit-linear-gradient(#970a09, #d2272a);
	background-image: -ms-linear-gradient(#970a09, #d2272a);
	background-image: -o-linear-gradient(#970a09, #d2272a);
	background-image: linear-gradient(#970a09, #d2272a);
	background-color: #d2272a;
    display: inline-block;
    width: 49.2%;
    vertical-align: top;
    border: none;
    color: #fff;
    margin: 5px 0;
    padding: 0 !important;
}
.popUpBtn:hover {
    background-image: -webkit-linear-gradient(#313131, #404040);
	background-image: -ms-linear-gradient(#313131, #404040);
	background-image: -o-linear-gradient(#313131, #404040);
	background-image: linear-gradient(#313131, #404040);
	background-color: #313131;
}
.modalBackground {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.9);
}
.modalPopup {
    display: block;
    background: rgba(255,255,255, 1.0);
    width: 300px;
    min-height: 150px;
    position: fixed;
    border-radius: 6px;
    border: 3px solid #6d6b6b;
    box-shadow: 0 0 15px #000;
}
.header {
    display: block;
    padding: 8px;
    background-color: #d2272a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    color: #fff;
    font-weight: bold;
    border-radius: 3px 0 0 0;
}
.popupbody {
    color: #000;
    padding: 10px;
    display: block;
    min-height: 50px;
}
.popupmessage {
    width: 270px;
    margin-left: 10px;
    line-height: 20px;
    text-align: left !important;
}
.popupmessage label {
    width: 200px;
    margin-left: 10px;
    line-height: 20px;
    text-align: left !important;
    margin-bottom: 10px;
}
.popupmessage img {
    display: inline-block;
    width: 25px;
}
.closePopUp {
    display: block;
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #fff !important;
    background: black !important;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    line-height: 8px;
    padding: 0 !important;
}
@media only screen and (min-width : 768px) {
    .popUpBtn-cancel {
        display: none !important;
    }
    .popUpBtn-ok {
        display: block !important;
        margin: 5px auto;
    }

}
@media only screen and (min-width : 220px) and (max-width : 767px) {
/*    .modalPopup {
        display: block;
        background: rgba(255,255,255, 1.0);
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }
    .header {
        border-radius: 0;
    }
    .popUpBtn {
        width: 95% !important;
        height: 30px !important;
        display: block !important;
        margin: 5px 0 !important;
        position: absolute !important;
        bottom: 0 !important;
    }
    .popupmessage {
        position: absolute;
        min-height: 200px;
        width: 100%;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -140px;
    }
    .payment-details label {
        width: 39%;
        margin-left: 0 !important;
        line-height: 20px !important;
    }
    .acc-no, .acc-name, .payment-details label {
        line-height: 20px !important;
    }
    .popUpBtn-cancel {
        bottom: 5px !important;
    }
    .popUpBtn-ok {
       bottom: 40px !important;
    }*/
    .payment-details input[type="submit"]{
        width: 100%;
    }
    .popupmessage {
        width: 100%;
        margin-left: 0;
    }
    .payment-details label {
        width: 40% !important;
    }
    .payment-details label.amount-to-pay {
        width: 50% !important;
    }
    .popupmessage label,
    label.min-note {
        width: 80% !important;
        margin-right: 5px;
        vertical-align: middle;
    }
    label.hide-mobile{
        display: none !important;
    }
    .popUpBtn-cancel{
        display: none !important;
    }
    .closePopUp {
        display: none !important;
    }
    .min-note {
        font-size: 12px;
        width: 50% !important;
        color:red;
    }
}

/*  
img[name="seal"]:nth-of-type(2) {
    display: none;
}
@media only screen and (max-width: 500px) and (min-width: 0px) {
.popupmessage {
	top: 65%; left: 65%;
}
}
*/

/*09-06-2016*/
/*  */
img[name="seal"]:nth-of-type(2) {
    display: none;
}
@media only screen and (max-width: 500px) and (min-width: 0px) {
.popupmessage {
	top: 65%; left: 65%;
}
}

@media only screen and (min-width : 401px) and (max-width : 970px) {
  .ssl-sec a {
    font-size: 5px;
    width: 100px;
    display: block;
       left: 50%;
       bottom: -2px;
       margin-left: -50px;
  }
  .ssl-sec img {
    width: 50%;
  }
}

@media only screen and (min-width : 240px) and (max-width : 400px) {
  .ssl-sec a {
    font-size: 5px;
    width: 100px;
    display: block;
       left: 50%;
       bottom: -2px;
       margin-left: -50px;
  }
  .ssl-sec img {
    width: 35%;
  }
}